gtk4.git
10 years agoUpdated Serbian translation
Мирослав Николић [Tue, 8 Mar 2016 08:50:33 +0000 (09:50 +0100)]
Updated Serbian translation

10 years agoUpdated Serbian translation
Мирослав Николић [Tue, 8 Mar 2016 08:48:24 +0000 (09:48 +0100)]
Updated Serbian translation

10 years agoUpdated Serbian translation
Мирослав Николић [Tue, 8 Mar 2016 08:46:13 +0000 (09:46 +0100)]
Updated Serbian translation

10 years agoUpdated Hungarian translation
Balázs Úr [Tue, 8 Mar 2016 07:42:18 +0000 (07:42 +0000)]
Updated Hungarian translation

10 years agoGDK-Win32: Make update_stye_bits() available within the backend
Chun-wei Fan [Tue, 8 Mar 2016 05:00:49 +0000 (13:00 +0800)]
GDK-Win32: Make update_stye_bits() available within the backend

Other portions of the GDK-Win32 backend make use of this function as
layered windows need to be disabled for GL windows and possibly other
parts, so make this function a private function that is available within
the backend.

https://bugzilla.gnome.org/show_bug.cgi?id=763285

10 years agoWin32: Disable layered windows for GL
Chun-wei Fan [Sat, 5 Mar 2016 03:34:16 +0000 (11:34 +0800)]
Win32: Disable layered windows for GL

Layered windows and GL do not work well together, so disable layered
windows when initiating a GdkGLContext, so that GtkGLArea programs can run
properly.

Also based on patch by LRN to address the issue.

https://bugzilla.gnome.org/show_bug.cgi?id=763080

10 years agoUpdated Slovak translation
Dušan Kazik [Mon, 7 Mar 2016 20:32:48 +0000 (20:32 +0000)]
Updated Slovak translation

10 years agoUpdated Polish translation
Piotr Drąg [Mon, 7 Mar 2016 18:54:44 +0000 (19:54 +0100)]
Updated Polish translation

10 years agoUpdated POTFILES.in
Piotr Drąg [Mon, 7 Mar 2016 18:35:35 +0000 (19:35 +0100)]
Updated POTFILES.in

10 years agoFix another installed test typo
Matthias Clasen [Mon, 7 Mar 2016 15:50:43 +0000 (10:50 -0500)]
Fix another installed test typo

This one was causing us to install invalid .test files and thereby
breaking all continuous tests :-(

10 years agoSync default double-click time with GNOME
Matthias Clasen [Mon, 7 Mar 2016 12:48:29 +0000 (07:48 -0500)]
Sync default double-click time with GNOME

The default value for the double-click key in the
org.gnome.settings-daemon.peripherals.mouse schema is 400.
Use the same value as the declared default for the
gtk-double-click-time GTK+ setting, to avoid pointless
differences in corner cases.

https://bugzilla.gnome.org/show_bug.cgi?id=720950

10 years agowayland: Implement gtk-keynav-use-caret setting
Matthias Clasen [Mon, 7 Mar 2016 12:35:36 +0000 (07:35 -0500)]
wayland: Implement gtk-keynav-use-caret setting

This is anticipating the gsetting that will be introduced in
https://bugzilla.gnome.org/show_bug.cgi?id=763123

10 years agoFix a typo
Matthias Clasen [Mon, 7 Mar 2016 12:28:56 +0000 (07:28 -0500)]
Fix a typo

This was causing the tools tests to not be installed and,
consequently, never run on continuous.

10 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 7 Mar 2016 10:55:19 +0000 (10:55 +0000)]
Updated Spanish translation

10 years agoUpdated Spanish translation
Daniel Mustieles [Mon, 7 Mar 2016 10:54:56 +0000 (10:54 +0000)]
Updated Spanish translation

10 years agoUpdated Serbian translation
Марко М. Костић [Mon, 7 Mar 2016 10:43:07 +0000 (11:43 +0100)]
Updated Serbian translation

10 years agoUpdated Brazilian Portuguese translation
Rafael Fontenelle [Mon, 7 Mar 2016 05:43:39 +0000 (05:43 +0000)]
Updated Brazilian Portuguese translation

10 years agoinspector: UI refresh
Matthias Clasen [Mon, 7 Mar 2016 01:41:28 +0000 (20:41 -0500)]
inspector: UI refresh

The sidebar in the object page was using up more space than it deserves.
Replace it with a combo box in the subheader. Now that we have more space,
put the CSS node tree and the style properties in the same page again.

10 years agoinspector: Drop the per-object CSS editor
Matthias Clasen [Mon, 7 Mar 2016 02:41:46 +0000 (21:41 -0500)]
inspector: Drop the per-object CSS editor

The global editor is good enough for all uses.

10 years agorange: remove unneeded gtk_widget_queue_draw()
Cosimo Cecchi [Sun, 6 Mar 2016 19:08:49 +0000 (11:08 -0800)]
range: remove unneeded gtk_widget_queue_draw()

10 years agorange: rename function
Cosimo Cecchi [Sun, 6 Mar 2016 18:51:29 +0000 (10:51 -0800)]
range: rename function

The function queues an allocation now, not a draw.

10 years agorange: remove duplicated code
Cosimo Cecchi [Sun, 6 Mar 2016 18:41:34 +0000 (10:41 -0800)]
range: remove duplicated code

This is already called by range_grab_add().

10 years agoscale: trivial code cleanup
Cosimo Cecchi [Sun, 6 Mar 2016 18:36:43 +0000 (10:36 -0800)]
scale: trivial code cleanup

10 years agoscale: deprecate value-spacing style property
Cosimo Cecchi [Sun, 6 Mar 2016 08:27:58 +0000 (00:27 -0800)]
scale: deprecate value-spacing style property

Nothing uses it now.

10 years agoscale: port scale values to gadgets
Cosimo Cecchi [Sun, 6 Mar 2016 05:08:47 +0000 (21:08 -0800)]
scale: port scale values to gadgets

And add a default color like it was before.
This also fixes other issues with scale values interacting with scale
mark labels, which were buggy at least since 3.18.

10 years agoUpdated Hungarian translation
Balázs Úr [Sun, 6 Mar 2016 18:27:26 +0000 (18:27 +0000)]
Updated Hungarian translation

10 years agoMinor documentation improvement
Matthias Clasen [Sun, 6 Mar 2016 15:23:49 +0000 (10:23 -0500)]
Minor documentation improvement

https://bugzilla.gnome.org/show_bug.cgi?id=583780

10 years agospin button: Limit the entry width to reasonable values
Matthias Clasen [Sun, 6 Mar 2016 04:41:10 +0000 (23:41 -0500)]
spin button: Limit the entry width to reasonable values

When opening the value editor for any GtkAdjustment properties
in the inspector, the popover stretches out for miles, since
it reserves enough space to draw MAXDOUBLE. This is not useful.
Limit the space we reserve to 8 digits.

10 years agogtk-demo: Use <accelerator>
Matthias Clasen [Sun, 6 Mar 2016 04:36:54 +0000 (23:36 -0500)]
gtk-demo: Use <accelerator>

Add an example of <accelerator> use in the builder example.

10 years agobuilder: Allow 'primary' as a modifier value
Matthias Clasen [Sun, 6 Mar 2016 04:34:50 +0000 (23:34 -0500)]
builder: Allow 'primary' as a modifier value

Support aliases for flags values in GtkBuilder, and use this
to support the special value 'primary' for GdkModifierType
values.

https://bugzilla.gnome.org/show_bug.cgi?id=699891

10 years agorange: simplify calculation
Cosimo Cecchi [Sun, 6 Mar 2016 03:08:14 +0000 (19:08 -0800)]
range: simplify calculation

10 years agorange: move declarations to inner block
Cosimo Cecchi [Sun, 6 Mar 2016 03:07:55 +0000 (19:07 -0800)]
range: move declarations to inner block

Where they're needed.

10 years agorange: use a fixed offset for mark "snap" size
Cosimo Cecchi [Sun, 6 Mar 2016 03:04:41 +0000 (19:04 -0800)]
range: use a fixed offset for mark "snap" size

Instead of making it dependent on the slider size.

10 years agoRevert "range: use border box for slider area"
Cosimo Cecchi [Sun, 6 Mar 2016 02:56:14 +0000 (18:56 -0800)]
Revert "range: use border box for slider area"

Since it causes problems with event coordinates.

This reverts commit 0883ff5eedf73b1197f2a49fb7e55ce227917335.

10 years agoUpdated Swedish translation
Anders Jonsson [Sat, 5 Mar 2016 23:03:05 +0000 (23:03 +0000)]
Updated Swedish translation

10 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 5 Mar 2016 21:37:17 +0000 (22:37 +0100)]
Updated Slovenian translation

10 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 5 Mar 2016 21:33:50 +0000 (22:33 +0100)]
Updated Slovenian translation

10 years agoMake the settings test fail
Matthias Clasen [Sat, 5 Mar 2016 20:48:40 +0000 (15:48 -0500)]
Make the settings test fail

Small thinko: We only get to see the test artifacts in
continuous if the test fails. So make it fail, temporarily.

10 years agoAdwaita: fix glitch in fine-tune scrollbar theming
Cosimo Cecchi [Sat, 5 Mar 2016 20:04:52 +0000 (12:04 -0800)]
Adwaita: fix glitch in fine-tune scrollbar theming

The fine-tune mode should not change the overall dimensions of the
scrollbar.

10 years agoUpdated Russian translation
Stas Solovey [Sat, 5 Mar 2016 19:56:37 +0000 (19:56 +0000)]
Updated Russian translation

10 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 5 Mar 2016 19:56:06 +0000 (20:56 +0100)]
Updated Slovenian translation

10 years agoUpdated Slovenian translation
Matej Urbančič [Sat, 5 Mar 2016 19:49:05 +0000 (20:49 +0100)]
Updated Slovenian translation

10 years agoUpdated Lithuanian translation
Aurimas Černius [Sat, 5 Mar 2016 19:37:17 +0000 (21:37 +0200)]
Updated Lithuanian translation

10 years agowin32: use a struct for the event source
Paolo Borelli [Sat, 5 Mar 2016 18:02:15 +0000 (19:02 +0100)]
win32: use a struct for the event source

This removes the event_poll_fd global variable and the (ab)use of
get_default_display. It is also more consistent with other backends.

Also store display

10 years agowin32: fix "unused variable" warning
Paolo Borelli [Sat, 5 Mar 2016 18:43:32 +0000 (19:43 +0100)]
win32: fix "unused variable" warning

10 years agoUpdated Brazilian Portuguese translation
Rafael Fontenelle [Sat, 5 Mar 2016 19:05:56 +0000 (19:05 +0000)]
Updated Brazilian Portuguese translation

10 years agotestsuite: Remove a test that isn't valid with csd
Matthias Clasen [Sat, 5 Mar 2016 18:47:41 +0000 (13:47 -0500)]
testsuite: Remove a test that isn't valid with csd

With csd, the allocation of the window will be larger than the
default size, since it includes borders and decorations. Just
remove this check.

10 years agoAdd a test that dumps settings
Matthias Clasen [Sat, 5 Mar 2016 18:41:47 +0000 (13:41 -0500)]
Add a test that dumps settings

This is not much of a test, tbh. But it will give us a convenient
dump of all GTK+ settings in continuous, which helps with tracking
down test failures that might depend on settings.

10 years agostatus icon: Prevent size dithering
Matthias Clasen [Sat, 5 Mar 2016 17:15:42 +0000 (12:15 -0500)]
status icon: Prevent size dithering

We're seeing loops where the size of some status icons constantly
dithers between 24 and 25. Since I couldn't track down exactly
where the one extra pixel comes from, just stop reacting
to single-pixel size changes.

https://bugzilla.gnome.org/show_bug.cgi?id=758893

10 years agoMinor cleanup
Matthias Clasen [Sat, 5 Mar 2016 17:11:05 +0000 (12:11 -0500)]
Minor cleanup

The GtkStatusIcon::size-changed signal expects a boolean return.

10 years agoUpdate a11y test output
Matthias Clasen [Sat, 5 Mar 2016 15:39:07 +0000 (10:39 -0500)]
Update a11y test output

These tests can now assume that the csd header bar will be there.

10 years agoRun accessibility tests always with CSD
Matthias Clasen [Sat, 5 Mar 2016 15:38:23 +0000 (10:38 -0500)]
Run accessibility tests always with CSD

This avoids differences in the output that are caused
by the presence or absence of the header bar.

10 years agoUpdated Polish translation
Piotr Drąg [Sat, 5 Mar 2016 13:47:17 +0000 (14:47 +0100)]
Updated Polish translation

10 years agoUpdate Latvian translation
Rūdolfs Mazurs [Sat, 5 Mar 2016 10:36:09 +0000 (12:36 +0200)]
Update Latvian translation

10 years agoinspector: Avoid pointless selections
Matthias Clasen [Sat, 5 Mar 2016 05:35:08 +0000 (00:35 -0500)]
inspector: Avoid pointless selections

The CSS selector and the class hierarchy are purely
informative, no need to select anything here.

10 years agoinspector: More grid lines
Matthias Clasen [Sat, 5 Mar 2016 05:34:39 +0000 (00:34 -0500)]
inspector: More grid lines

I had forgotten the css property list.

10 years agoinspector: Some ui refinements
Matthias Clasen [Sat, 5 Mar 2016 05:29:06 +0000 (00:29 -0500)]
inspector: Some ui refinements

Remove pointless expanders from lists, add grid lines and,
in some places, tree lines.

10 years agoUpdate expected output of a11y tests
Matthias Clasen [Sat, 5 Mar 2016 04:51:39 +0000 (23:51 -0500)]
Update expected output of a11y tests

The window type attribute shows up here now.
The caret mode changes also affect some tests.

10 years agoa11y: Expose window type hint as attribute
Matthias Clasen [Sat, 5 Mar 2016 04:50:50 +0000 (23:50 -0500)]
a11y: Expose window type hint as attribute

This was an old request, maybe still useful.

https://bugzilla.gnome.org/show_bug.cgi?id=468122

10 years agomessagedialog: Respect the gtk-keynav-use-caret setting
Matthias Clasen [Sat, 5 Mar 2016 03:39:31 +0000 (22:39 -0500)]
messagedialog: Respect the gtk-keynav-use-caret setting

We used to always make the labels in message dialogs selectable,
which is a bit problematic wrt. to keynav - the label can
unexpectedly 'turn blue', which irritates some people.

With the new gtk-keynav-use-caret setting, we can now only
make the labels selectable when it is required for accessibilty
reasons.

10 years agogdk: Add an X setting for gtk-keynav-use-caret
Matthias Clasen [Sat, 5 Mar 2016 03:30:51 +0000 (22:30 -0500)]
gdk: Add an X setting for gtk-keynav-use-caret

This will let us toggle the use-caret setting session-wide.

10 years agotext view: Respect gtk-keynav-use-caret
Matthias Clasen [Sat, 5 Mar 2016 03:27:02 +0000 (22:27 -0500)]
text view: Respect gtk-keynav-use-caret

When the gtk-keynav-use-caret setting is TRUE, make the cursor
visible regardless of the cursor-visible property.

10 years agoAdd a gtk-keynav-use-caret mode setting
Matthias Clasen [Sat, 5 Mar 2016 03:25:37 +0000 (22:25 -0500)]
Add a gtk-keynav-use-caret mode setting

For accessibility reasons, it is useful to have a global setting
that makes carets visible in all text.

https://bugzilla.gnome.org/show_bug.cgi?id=602526
https://bugzilla.gnome.org/show_bug.cgi?id=762799

10 years agorange: avoid setting slider coordinates to negative numbers
Cosimo Cecchi [Sat, 5 Mar 2016 02:11:30 +0000 (18:11 -0800)]
range: avoid setting slider coordinates to negative numbers

This can happen if the theme sets a negative margin, but the coordinate
should never be negative.

10 years agorange: factor out a function
Cosimo Cecchi [Sat, 5 Mar 2016 01:59:39 +0000 (17:59 -0800)]
range: factor out a function

We're going to modify this in the next commit.

10 years agogtk-demo: Fix up the inline-toolbar example
Matthias Clasen [Sat, 5 Mar 2016 01:49:10 +0000 (20:49 -0500)]
gtk-demo: Fix up the inline-toolbar example

The inline toolbar in the style classes demo should use
the icons toolbar-style to ensure that the buttons are square.

10 years agotool button: Update style classes
Matthias Clasen [Sat, 5 Mar 2016 01:48:13 +0000 (20:48 -0500)]
tool button: Update style classes

When changing tool button contents according to the toolbar-style
property, we need to update the style classes to ensure that the
visual style matches.

https://bugzilla.gnome.org/show_bug.cgi?id=760560

10 years agorange: fix warning for gadget slider
Cosimo Cecchi [Sat, 5 Mar 2016 01:28:04 +0000 (17:28 -0800)]
range: fix warning for gadget slider

The slider is not HFW/WFH - just pass -1 to get rid of the warnings.

10 years agogtkwindow: default size with fixed size windows
Olivier Fourdan [Fri, 4 Mar 2016 20:29:25 +0000 (21:29 +0100)]
gtkwindow: default size with fixed size windows

Allow fixed size windows with a default size to grow or shrink as the
content requires, but not smaller than the given default size.

https://bugzilla.gnome.org/show_bug.cgi?id=762974

10 years agogtkapplication-dbus: use application id instead of prgname for SM
Ray Strode [Fri, 4 Mar 2016 16:10:18 +0000 (11:10 -0500)]
gtkapplication-dbus: use application id instead of prgname for SM

gnome-session takes an "app id" for client and inhibitor registration,
This app id is supposed to be a desktop file id (complete with the
.desktop extension), but gtk+ currently uses g_get_prgname ().

This commit changes gtkapplication to use the application id instead,
which is a much more natural fit.  gnome-session is going to be updated
to stop using the .desktop extension, too, so everything is consistent.

https://bugzilla.gnome.org/show_bug.cgi?id=763106

10 years agogtkplacessidebar: add new other locations with flags signal
Carlos Soriano [Mon, 29 Feb 2016 22:13:51 +0000 (23:13 +0100)]
gtkplacessidebar: add new other locations with flags signal

We weren't using the open flags on the other locations signal, which
makes impossible for applications like nautilus to act in the same
way that for any other location where the user can choose between
opening in the current view, in a new window or in a new tab.

Add a new signal with an open flags parameter and deprecate
the other-location signal.

https://bugzilla.gnome.org/show_bug.cgi?id=754743

10 years agoRevert "gtkplacessidebar: add open flags to other locations"
Carlos Soriano [Mon, 29 Feb 2016 21:12:03 +0000 (22:12 +0100)]
Revert "gtkplacessidebar: add open flags to other locations"

This reverts commit 63a204e1c5b6c since it broke the API.
We will add a new signal instead in an upcomming patch.

https://bugzilla.gnome.org/show_bug.cgi?id=754743

10 years agoAdwaita: treeview column header scrollbar top border
Lapo Calamandrei [Sat, 5 Mar 2016 01:09:22 +0000 (02:09 +0100)]
Adwaita: treeview column header scrollbar top border

add a top border in vertical scrollbars in treeviews.

10 years agowayland: Don't crash with offscreen windows
Matthias Clasen [Sat, 5 Mar 2016 01:01:57 +0000 (20:01 -0500)]
wayland: Don't crash with offscreen windows

Use gdk_window_get_effective_toplevel when looking for
a suitable transient parent, to skip over offscreen windows
that we might encounter in the window tree. This fixes
a crash in glade.

https://bugzilla.gnome.org/show_bug.cgi?id=763110

10 years agoAdwaita: shrink scroolbars
Lapo Calamandrei [Sat, 5 Mar 2016 01:01:16 +0000 (02:01 +0100)]
Adwaita: shrink scroolbars

erroneusly pushed 15px scrollbars with the previous commit, back
to 13px now.

10 years agoAdwaita: fix a typo
Lapo Calamandrei [Sat, 5 Mar 2016 00:50:18 +0000 (01:50 +0100)]
Adwaita: fix a typo

10 years agoAdwaita: scrollbar style rewrite
Lapo Calamandrei [Sat, 5 Mar 2016 00:39:13 +0000 (01:39 +0100)]
Adwaita: scrollbar style rewrite

works correctly with the new gadgettified GtkRange Cosimo nicelly
delivered, as a bonus steppers are styled for overlay indicator
usage as well.

10 years agoUpdated Russian translation
Stas Solovey [Fri, 4 Mar 2016 21:41:52 +0000 (21:41 +0000)]
Updated Russian translation

10 years agorange: add positional style classes to fill/highlight
Cosimo Cecchi [Fri, 4 Mar 2016 19:56:08 +0000 (11:56 -0800)]
range: add positional style classes to fill/highlight

Requested by Lapo.

10 years agox11: Trap errors around an XRandr call
Matthias Clasen [Fri, 4 Mar 2016 19:34:03 +0000 (14:34 -0500)]
x11: Trap errors around an XRandr call

Apparently, we can get X errors here. Ignore them.
https://bugzilla.gnome.org/show_bug.cgi?id=762907

10 years agogtkwindow: windows with a fixed size can shrink
Olivier Fourdan [Fri, 4 Mar 2016 09:34:12 +0000 (10:34 +0100)]
gtkwindow: windows with a fixed size can shrink

One important aspect of non-resizable windows that we need to preserve
is that they shrink when their content requires less size.

Previous changes to allow the default size to be applied to fixed size
windows would have prevented all fixed size windows from shrinking when
their content requires less size.

Allow shrinking for fixed-size windows unless a default size was
specified.

https://bugzilla.gnome.org/show_bug.cgi?id=762974

10 years agoUpdated Hungarian translation
Balázs Úr [Fri, 4 Mar 2016 19:15:05 +0000 (19:15 +0000)]
Updated Hungarian translation

10 years agoAdwaita: shrink back scale trough
Lapo Calamandrei [Fri, 4 Mar 2016 19:08:19 +0000 (20:08 +0100)]
Adwaita: shrink back scale trough

like it was before the GtkRange gadgettification.

10 years agowayland: Clean up key repeat timeout
Matthias Clasen [Fri, 4 Mar 2016 18:54:39 +0000 (13:54 -0500)]
wayland: Clean up key repeat timeout

When returning G_SOURCE_REMOVE from a callback, we need
to reset the source id as well.

10 years agogadget: Add more details to warning
Matthias Clasen [Fri, 4 Mar 2016 18:55:33 +0000 (13:55 -0500)]
gadget: Add more details to warning

All the other warnings in this file include the css node name
and the gadget owners type. Be consistent about this.

10 years agogadget: Warn if for_size is too small
Matthias Clasen [Fri, 4 Mar 2016 18:43:19 +0000 (13:43 -0500)]
gadget: Warn if for_size is too small

It does not make sense to pass a for_size into the size allocation
machinery that is smaller than the min-size in that direction.
Warn if it happens, so we can track it down when it occurs.

10 years agoAdwaita: really fix scale with marks
Lapo Calamandrei [Fri, 4 Mar 2016 18:16:48 +0000 (19:16 +0100)]
Adwaita: really fix scale with marks

added a min-height/width compensation too when in fine-tune mode,
so scale with marks and no labels doesn't make the scale node grow
when in fine-tune.

10 years agogtk-launch: add hack to close up dbus-daemon race
Ray Strode [Fri, 4 Mar 2016 15:02:34 +0000 (10:02 -0500)]
gtk-launch: add hack to close up dbus-daemon race

If gtk-launch exits before the program it starts fully activates,
then the dbus-daemon may avoid doing the activating method call.

This commit works around the problem by pinging the activated
application, and waiting for a reply.

This is similar to the gvfs-open bug here:

    https://bugzilla.gnome.org/show_bug.cgi?id=746534

https://bugzilla.gnome.org/show_bug.cgi?id=763103

10 years agoAdwaita: fix a thinko wrt fine-tune scales
Lapo Calamandrei [Fri, 4 Mar 2016 17:36:36 +0000 (18:36 +0100)]
Adwaita: fix a thinko wrt fine-tune scales

added a scale node padding compensation for the trough growth in
fine-tune mode, so now the scale node doesn't grow anymore when
mark labels are present.

10 years agoicon helper: Properly update on style change
Matthias Clasen [Fri, 4 Mar 2016 13:50:52 +0000 (08:50 -0500)]
icon helper: Properly update on style change

A GtkCssChange of NULL means 'everything changed!'.

10 years agoentry: Make progress node invisible when appropriate
Matthias Clasen [Fri, 4 Mar 2016 13:01:02 +0000 (08:01 -0500)]
entry: Make progress node invisible when appropriate

We were failing to do that, leading to progress not disappearing
anymore after it was initially shown, in the gtk3-widget-factory
entry progress example.

10 years agotestscale: change example to use upwards labels
Cosimo Cecchi [Fri, 4 Mar 2016 05:12:21 +0000 (21:12 -0800)]
testscale: change example to use upwards labels

There's no example of that in testscale.

10 years agoAdwaita: fix thinko in fine-tune scale selector
Cosimo Cecchi [Fri, 4 Mar 2016 05:04:07 +0000 (21:04 -0800)]
Adwaita: fix thinko in fine-tune scale selector

Marks always get class top/bottom, regardless of the scale orientation.

10 years agoUpdated Kazakh translation
Baurzhan Muftakhidinov [Fri, 4 Mar 2016 04:48:34 +0000 (04:48 +0000)]
Updated Kazakh translation

10 years agoUpdated Kazakh translation
Baurzhan Muftakhidinov [Fri, 4 Mar 2016 04:09:51 +0000 (04:09 +0000)]
Updated Kazakh translation

10 years agoCheck if XRRGetOutputInfo returned a null pointer.
fiddlerwoaroof [Thu, 3 Mar 2016 15:30:00 +0000 (10:30 -0500)]
Check if XRRGetOutputInfo returned a null pointer.

Fixes bug 763023: in certain circumstances, XRRGetOutputInfo will return
a null pointer.  This commit adds a check to detect and handle this
return value.

10 years agoexpander: Reinstate rtl allocation behavior
Matthias Clasen [Fri, 4 Mar 2016 02:28:08 +0000 (21:28 -0500)]
expander: Reinstate rtl allocation behavior

In rtl mode, we must not just reverse the children,
but also allocate from the right. Use the newly introduced
box gadget api to achieve this.

https://bugzilla.gnome.org/show_bug.cgi?id=762945

10 years agocheck button: Reinstate rtl allocation behavior
Matthias Clasen [Fri, 4 Mar 2016 02:26:39 +0000 (21:26 -0500)]
check button: Reinstate rtl allocation behavior

In rtl mode, we must not just reverse the children,
but also allocate from the right. Use the newly introduced
box gadget api to achieve this.

https://bugzilla.gnome.org/show_bug.cgi?id=762945

10 years agobox gadget: Add a way to allocate in reverse
Matthias Clasen [Fri, 4 Mar 2016 02:24:20 +0000 (21:24 -0500)]
box gadget: Add a way to allocate in reverse

This is needed to preserve expected allocation behavior
in rtl mode.

10 years agoUpdated POTFILES.skip
Piotr Drąg [Fri, 4 Mar 2016 00:52:47 +0000 (01:52 +0100)]
Updated POTFILES.skip